FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / Select Method / Select(IList<CellRange>) Method
CellRange that specifies the cells that will be selected.

In This Topic
    Select(IList<CellRange>) Method
    In This Topic
    Selects a ranges of cells and scrolls last selection range into view in MultiRange mode.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal ranges As IList(Of CellRange) _
    ) 
    public void Select( 
       IList<CellRange> ranges
    )

    Parameters

    ranges
    CellRange that specifies the cells that will be selected.
    See Also